home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / coopcatc.swf / scripts / frame_1 / DoAction.as
Text File  |  2012-04-23  |  235b  |  9 lines

  1. loadedbytes = getBytesLoaded();
  2. totalbytes = getBytesTotal();
  3. percentloaded = Math.floor(loadedbytes / totalbytes * 100);
  4. loadbar.loadbarwiper._xscale = 100 - percentloaded;
  5. if(loadedbytes >= totalbytes)
  6. {
  7.    gotoAndPlay(5);
  8. }
  9.